home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Delphi Programmer's Power Pack
/
Delphi Volume 1.iso
/
s_to_z
/
wmapdemo
/
data.z
/
MAPABOUT.DFM
/
MAPABOUT.txt
< prev
Wrap
Text File
|
1996-03-17
|
2KB
|
114 lines
object AboutBox: TAboutBox
Left = 225
Top = 89
ActiveControl = OKButton
BorderStyle = bsDialog
Caption = 'About TWorldMap'
ClientHeight = 213
ClientWidth = 400
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'System'
Font.Style = []
PixelsPerInch = 96
Position = poScreenCenter
OnClose = FormClose
TextHeight = 16
object Panel1: TPanel
Left = 8
Top = 8
Width = 377
Height = 161
BevelInner = bvRaised
BevelOuter = bvLowered
Color = clBlack
TabOrder = 0
object ProgramIcon: TImage
Left = 8
Top = 8
Width = 129
Height = 110
Picture.Data = {<image000.bmp>}
Stretch = True
IsControl = True
end
object ProductName: TLabel
Left = 146
Top = 36
Width = 102
Height = 13
Caption = 'TWorldMap Demo'
Color = clBlack
Font.Color = clRed
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentColor = False
ParentFont = False
IsControl = True
end
object Version: TLabel
Left = 258
Top = 36
Width = 65
Height = 13
Caption = 'Version 1.2'
Color = clBlack
Font.Color = clRed
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentColor = False
ParentFont = False
IsControl = True
end
object Copyright: TLabel
Left = 12
Top = 129
Width = 353
Height = 13
Caption = 'Copyright 1996 Component Technologies, All Rights Reserved'
Color = clBlack
Font.Color = clRed
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentColor = False
ParentFont = False
IsControl = True
end
object Comments: TLabel
Left = 150
Top = 83
Width = 131
Height = 13
Caption = 'Component version 1.0'
Color = clBlack
Font.Color = clRed
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentColor = False
ParentFont = False
WordWrap = True
IsControl = True
end
end
object OKButton: TBitBtn
Left = 160
Top = 178
Width = 77
Height = 27
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 1
Kind = bkOK
Margin = 2
Spacing = -1
IsControl = True
end
end